home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / dev / Language / ace / include / funcs / misc_funcs.h < prev    next >
C/C++ Source or Header  |  1995-10-14  |  448b  |  21 lines

  1. #ifndef  FUNCS_MISC_FUNCS_H
  2. #define  FUNCS_MISC_FUNCS_H
  3.  
  4. /*
  5. **
  6. ** Function declarations for ACE Basic
  7. **
  8. ** Note: Translated to ACE by Nils Sjoholm
  9. **
  10. ** Date: 11-Oct-95 TO 14-Oct-95
  11. **
  12. */              
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. DECLARE FUNCTION ADDRESS AllocMiscResource( LONGINT unitNum, ADDRESS _NAME ) LIBRARY misc
  19. DECLARE FUNCTION FreeMiscResource( LONGINT unitNum ) LIBRARY misc
  20. #endif   /* FUNCS_MISC_FUNCS_H */
  21.